body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: url("../../shared/images2/9.jpg") no-repeat center center ;
    background-attachment:fixed ;
    background-size: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0;
    padding: 0;
}

input{
    height: 2.75rem;
    font-size: 20px;
}
button {
    border: none;
    width: 2.5rem;
    height: 1rem;
    background-color:transparent;
    float: right;
}
label{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    height:1rem;
}

.login-container{
    background-color: rgba(245, 243, 243, 0.712);
    right: 0;
    top: 0;
    width: 25%px;
    height: 100%;
    position: fixed;
    padding-left: 3rem;
    padding-right: 3rem;
}

.title-ormon{
    font-size: 3rem;
    font-weight: 300;
}

.logo-ormon{
    width: 16rem;
    margin: 1.5rem;
}

.form-group{
    margin-bottom: 0.75rem;
}
.footer-login-div{
    position: absolute;
    left: 0rem;
    bottom: 0.5rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.footer-login{
    display: flex;
    align-items:flex-end;
    /* position: relative; */
    gap: 11rem;
}

.text-footer{
    font-size: 0.65rem;
    gap: 50%;
}

.logo-footer{
    width: 3rem;
}